home *** CD-ROM | disk | FTP | other *** search
- /* TabbedPanel.h */
- /* Created 01/01/95 12:01 PM by AppMaker */
-
- #include "Globals.h"
-
- /*----------*/
- void OpenTabbedPanel (FSSpec* fileSpec,
- short fRefNum);
- void CloseTabbedPanel (void);
- void ControlTabbedPanel (ControlHandle whichControl,
- short whichPart,
- Point where);
- void MouseInTabbedPanel (Point where,
- short modifiers);
- void TypeInTabbedPanel (char ch);
- void UpdateTabbedPanel (void);
- void ActivateTabbedPanel (Boolean activate);
- void ResizeTabbedPanel (void);
- pascal void ScrollTabbedPanel (short newValue,
- short oldValue);
-